establishAudioCall

abstract fun establishAudioCall()

Establishes an outgoing call with single audio m-line. The related call backs are done through the application listener interface instance defined in the call service.

Since

3.0.5


abstract fun establishAudioCall(customParameters: Map<String, String>?)

Establishes an outgoing call with single audio m-line and custom parameters. The related call backs are done through the application listener interface instance defined in the call service.

Since

4.3.1

Parameters

customParameters

indicates custom call properties like emergency etc.